home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 41 / PC Gamer IT CD 41 2-2.iso / utility / net2phone / data1.cab / Langauge_Independent / Net2fone.exe / 0 / RCDATA / TYESNODLG / TYESNODLG.txt
Text File  |  1999-03-22  |  2KB  |  100 lines

  1. object YesNoDlg: TYesNoDlg
  2.   Left = 434
  3.   Top = 291
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Net2Phone'
  7.   ClientHeight = 183
  8.   ClientWidth = 363
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object QLabel: TLabel
  21.     Left = 72
  22.     Top = 16
  23.     Width = 5
  24.     Height = 13
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clBlack
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.     WordWrap = True
  32.   end
  33.   object Icon: TImage
  34.     Left = 2
  35.     Top = 18
  36.     Width = 53
  37.     Height = 60
  38.     AutoSize = True
  39.   end
  40.   object BYes: TButton
  41.     Left = 32
  42.     Top = 152
  43.     Width = 75
  44.     Height = 25
  45.     Caption = 'Yes'
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clBlack
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ModalResult = 6
  52.     ParentFont = False
  53.     TabOrder = 0
  54.   end
  55.   object BNo: TButton
  56.     Left = 144
  57.     Top = 152
  58.     Width = 75
  59.     Height = 25
  60.     Caption = 'No'
  61.     Font.Charset = DEFAULT_CHARSET
  62.     Font.Color = clBlack
  63.     Font.Height = -11
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = []
  66.     ModalResult = 7
  67.     ParentFont = False
  68.     TabOrder = 1
  69.   end
  70.   object BCancel: TButton
  71.     Left = 264
  72.     Top = 152
  73.     Width = 75
  74.     Height = 25
  75.     Caption = 'Cancel'
  76.     Font.Charset = DEFAULT_CHARSET
  77.     Font.Color = clBlack
  78.     Font.Height = -11
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = []
  81.     ModalResult = 2
  82.     ParentFont = False
  83.     TabOrder = 2
  84.   end
  85.   object CheckAgain: TCheckBox
  86.     Left = 16
  87.     Top = 120
  88.     Width = 329
  89.     Height = 17
  90.     Caption = 'Don'#39't ask this question again'
  91.     Font.Charset = DEFAULT_CHARSET
  92.     Font.Color = clBlack
  93.     Font.Height = -11
  94.     Font.Name = 'MS Sans Serif'
  95.     Font.Style = []
  96.     ParentFont = False
  97.     TabOrder = 3
  98.   end
  99. end
  100.